home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Languages Suite
/
ProgramD2.iso
/
Borland
/
Borland Pascal with Objects 7.0
/
TVFM.ZIP
/
MAKETVFM.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1992-10-27
|
263 b
|
13 lines
tpc /m /l /dSingleExe makeres
if errorlevel 1 goto error
makeres
tpc /m /l /dSingleExe tvfm
if errorlevel 1 goto error
copy /b tvfm.exe+tvfm.tvr temp.exe
copy temp.exe tvfm.exe
del temp.exe
goto done
:error
@echo Error encountered building TVFM
:done